Skip to content

Conversation

@mbrandenburger
Copy link
Contributor

This PR re-enables the IBR tests and fixes existing issues.

@mbrandenburger mbrandenburger added the bug Something isn't working label Sep 5, 2024
@mbrandenburger mbrandenburger force-pushed the irb-fix branch 17 times, most recently from 776ccc6 to c9451cc Compare April 5, 2025 08:42
@mbrandenburger mbrandenburger marked this pull request as ready for review April 5, 2025 09:15
@mbrandenburger mbrandenburger requested a review from a team as a code owner April 5, 2025 09:15
make -C ${FPC_PATH}/ercc all docker
$(DOCKER) image tag fpc/ercc:$(FPC_VERSION) fpc/ercc:latest

build: ercc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if when you call build you execute ercc then why do you have it in all?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! Let me clean this up.

Copy link
Contributor Author

@mbrandenburger mbrandenburger Apr 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the Makefile. Note that we call the all target implicitly via a make test as triggered from the root directory. This means that, we do not run the irb build target when we call make build from the root, thus, we lazy build irb only when we test it.

The irb build target does now everything to test the demo.

@mbrandenburger mbrandenburger force-pushed the irb-fix branch 2 times, most recently from cd501c7 to 61eb987 Compare April 8, 2025 18:46
- implement docker API changes

Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
@mbrandenburger mbrandenburger merged commit af091b7 into hyperledger:main Apr 10, 2025
4 checks passed
@mbrandenburger mbrandenburger deleted the irb-fix branch April 10, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants